Atomic mass is the mass of an atom in atomic mass units (amu)
One atomic mass unit equals to $1/12$ of the mass of one $\ce{^{12}C}$ atom.
On this scale the atomic mass of $\ce{^{1}H}$ is 1.008 amu, NOT exactly 1 amu because the mass of one proton varies in different atoms.
Average atomic mass is the weighted average of all of the naturally occurring isotopes of the element. (The number below every element symbol in the periodic table)
The mole (mol) is the amount of a substance that contains as many elementary entities as there are atoms in exactly 12.00 grams of $\ce{^{12}C}$.
$$1\,\text{mol} = N_A = 6.0221415\times10^{23}$$$N_A$ is Avogadro's number.
Molar mass is the mass of 1 mole of something in grams. For any element, the atomic mass (amu) equals to the molar mass (grams).
Requirements¶
- Understand the concepts: atomic mass, average atomic mass and molar mass. Understand the defination of mole.
- Learn how to calculate the mass of element ($m$), number of moles of element ($n$) and number of atoms of element ($N$). Know one of the values, calculate the other two.
Molecular mass (also known as molecular weight) is the sum of the atomic masses (in amu) in a molecule.
The molar mass (grams) of a molecule equals to the molecular mass (amu).
Formula mass is the sum of the atomic masses (in amu) in the chemical formula of the substance.
Formula mass and molecular mass are the same for molecular compounds. But for ionic compounds, there is no molecular mass, but only formula mass.
The molar mass (grams) of any ionic compound equals to the formula mass (amu).
from IPython.display import YouTubeVideo
YouTubeVideo("74-X94OP2XI", width=700, height=550)
# Watch the following video for a better understanding
# on Avogadro's Number, The Mole, Grams, Atoms, Molar Mass.
Percent composition is the percent by mass of each element present in a compound.
Water, $\ce{H2O}$, is the first example. One mole of water is $18.0152\,\text{grams}$. In that compound, there are two moles of $\ce{H}$ atoms and $2\times1.008 = 2.016\,\text{grams}$. That's how many grams of hydrogen are present in one mole of water.
There is also one mole of oxygen atoms weighing $16.00\,\text{grams}$ in the mole of water.
To get the percentage of hydrogen, divide the $2.016$ by $18.015$ and multiply by $100$, giving $11.19\%$.
For oxygen it is $16.00 \div 18.015 = 88.81\%$.
Notice that you can also minus hydrogen's percentage from $100\%$. So, for oxygen it is $100\% - 11.19\%= 88.81\%$.
from IPython.display import YouTubeVideo
YouTubeVideo("JeSSucG-CVw", width=700, height=550)
# Watch the following video for a better understanding
# on how to get empirical forumlas from percent composition.
(Just to have a brief idea about this analytical method)
Mass spectrometry (MS) is an analytical technique that ionizes chemical species and sorts the ions based on their mass-to-charge ratio. In simpler terms, a mass spectrum measures the masses within a sample.
Requirements¶
- Learn how to calculate molar mass, molecular mass and formula mass of molecular and/or ionic compounds.
- Learn how to calculate the percent composition of a compound.
- Learn how to determine empirical formula from combustion experiment.
A process in which one or more substances is changed into one or more new substances is a chemical reaction.
A chemical equation uses chemical symbols to show what happens during a chemical reaction:
$$\text{reactants}\ce{->}\text{products}$$Steps to balance chemical equations
from IPython.display import YouTubeVideo
YouTubeVideo("Z1kucSx-Cdo", width=700, height=550)
# Watch the following video for a better understanding
# on how to balance an equation.
from IPython.display import YouTubeVideo
YouTubeVideo("-1xfnq8yGk8", width=700, height=550)
# Watch the following video for a better understanding
# on how to do stoichiometric calculation of a reaction.
Limiting reagent is the reactant used up first in the reaction.
Method 1 (More calculations but easier to understand):
Method 2 (A little more tricky but less calculation):
from IPython.display import YouTubeVideo
YouTubeVideo("OqlMFEuDews", width=700, height=550)
# Watch the following video for a better understanding
# on imiting reagent, theoreticall yield, and percent yield.
Theoretical Yield is the amount of product that would result if all the limiting reagent reacted.
Actual Yield is the amount of product actually obtained from a reaction.
$$\%\,\text{Yield}=\frac{\text{Actual Yield}}{\text{Theoretical Yield}}\times100\%$$Requirements¶
- Learn how to balance a chemical reaction.
- Learn to determine limiting reagent, to calculate theoretical yield and $\%\,\text{Yield}$.
from IPython.core.display import HTML
def css_styling():
styles = open("custom.css", "r").read()
return HTML(styles)
css_styling()